Skip to content

[3.11] gh-85984: Utilize new "winsize" functions from termios in pty tests. (GH-101831)#104652

Merged
ambv merged 1 commit intopython:3.11from
miss-islington:backport-da2fb92-3.11
May 19, 2023
Merged

[3.11] gh-85984: Utilize new "winsize" functions from termios in pty tests. (GH-101831)#104652
ambv merged 1 commit intopython:3.11from
miss-islington:backport-da2fb92-3.11

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented May 19, 2023

Utilize new functions termios.tcgetwinsize() and termios.tcsetwinsize in test_pty.py.

(cherry picked from commit da2fb92)

Co-authored-by: Soumendra Ganguly 67527439+8vasu@users.noreply.github.com
Signed-off-by: Soumendra Ganguly soumendraganguly@gmail.com
Co-authored-by: Gregory P. Smith greg@krypto.org

…ests. (pythonGH-101831)

Utilize new functions termios.tcgetwinsize() and termios.tcsetwinsize in test_pty.py.

(cherry picked from commit da2fb92)

Co-authored-by: Soumendra Ganguly <67527439+8vasu@users.noreply.github.com>
Signed-off-by: Soumendra Ganguly <soumendraganguly@gmail.com>
Co-authored-by: Gregory P. Smith <greg@krypto.org>
@ambv
Copy link
Copy Markdown
Contributor

ambv commented May 19, 2023

The new functions are available in 3.11 so it makes sense to backport the test changes there, too, so that I can land other pty changes without conflicting on tests.

@ambv ambv merged commit aaeaf01 into python:3.11 May 19, 2023
@miss-islington miss-islington deleted the backport-da2fb92-3.11 branch May 19, 2023 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants